projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390a5b3
)
(binhex-decoder-switches): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 5 Feb 2002 07:08:46 +0000
(07:08 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 5 Feb 2002 07:08:46 +0000
(07:08 +0000)
lisp/gnus/binhex.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/binhex.el
b/lisp/gnus/binhex.el
index 8eea11ce670ed705cfafb6a9dd76eae64c4034c6..b70fb0e728e8bee29547e040525f66ffb9475982 100644
(file)
--- a/
lisp/gnus/binhex.el
+++ b/
lisp/gnus/binhex.el
@@
-39,7
+39,7
@@
The program should expect to read binhex data on its standard
input and write the converted data to its standard output.")
(defvar binhex-decoder-switches '("-d")
- "*List of command line flags passed to the command
named by binhex-decoder-program
.")
+ "*List of command line flags passed to the command
`binhex-decoder-program'
.")
(defconst binhex-alphabet-decoding-alist
'(( ?\! . 0) ( ?\" . 1) ( ?\# . 2) ( ?\$ . 3) ( ?\% . 4) ( ?\& . 5)